home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide Interactive 5
/
PC Guide Issue 5 (Future Publishing) (1995).iso
/
pdream2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-03
|
441b
|
36 lines
@echo off
d:
if exist checklog.mml goto logd
e:
if exist checklog.mml goto loge
f:
if exist checklog.mml goto logf
g:
if exist checklog.mml goto logg
h:
if exist checklog.mml goto logh
goto end
:logd
dpd2
goto end
:loge
epd2
goto end
:logf
fpd2
goto end
:logg
gpd2
goto end
:logh
hpd2
goto end
:end
cls
echo.
echo.
echo Unable to locate program files. Please run this install directly from CD
echo.
pause